home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / ee / ee.quickinstallation < prev    next >
Text File  |  1995-09-04  |  3KB  |  84 lines

  1. /*--------------------------------------------------------------------------*
  2.  
  3.                           EE V0.9.2a - The E Editor.
  4.                        Copyright Barry Wills, 1993-1995.
  5.  
  6.  *--------------------------------------------------------------------------*
  7.  
  8.   QUICK INSTALLATION
  9.   ------------------
  10.  
  11.     NOTE:  EE requires at least OS v37 (KS 2.04).
  12.  
  13.  
  14.   UPGRADING FROM v0.9.1
  15.   ---------------------
  16.  
  17.   1.  Copy the new executables into the directory where the old ones already
  18.       reside.
  19.  
  20.   2.  If you're upgrading from v0.8 or newer, you can use the UpgradePrefs
  21.       program to port your prefs file to v0.9.2a. (NOTE: the program is not
  22.       smart about the conversion; it only checks to ensure the file size
  23.       matches one of the v0.8+ prefs file size of 2180 or 2182 bytes.)
  24.  
  25.       If you decide to use new prefs, just copy the contents of the new
  26.       prefs directory into your existing prefs directory.
  27.  
  28.  
  29.   FULL INSTALLATION
  30.   -----------------
  31.  
  32.   1.  Find a suitable place and name for EE's directories:
  33.  
  34.       - copy the executables and the 'prefs' directory to a convenient
  35.         location; like, uh, 'E/bin'?  (NOTE:  PrefsEditor MUST be in the EE
  36.         PROGDIR: (EE PROGDIR: is defined as the same location as the EE
  37.         executable), and the default prefs directory MUST be immediately
  38.         subordinate to the EE PROGDIR: for EE to work right. See EE.guide
  39.         for customizing prefs.) e.g., if PROGDIR: = DH0:E/bin, then here's
  40.         the required layout:
  41.  
  42.           DH0:E/bin/EE
  43.           DH0:E/binPrefsEditor
  44.           DH0:E/binprefs/
  45.  
  46.       - if you want to use the provided ARexx scripts, put the contents of
  47.         the 'EE/rexx' directory in 'E/rexx', then execute the command:
  48.  
  49.           Assign rexx: DH0:E/rexx ADD
  50.  
  51.       - put the docs anywhere that's convenient for you;
  52.  
  53.   2.  Install the reqtools.library v38.693 in your LIBS: directory.
  54.  
  55.       - change directory to EE/libs20;
  56.  
  57.       - Check the version of your reqtools.library (use the command
  58.         'Version LIBS:reqtools.library').  If your installed version is
  59.         greater than 38.693, skip the rest of step two.
  60.  
  61.       - execute the command 'Copy reqtools.library LIBS:';
  62.  
  63.   3.  Make EE executable from everywhere:
  64.  
  65.       - execute the command 'Path :EE :EE/bin ADD';
  66.  
  67.       - or make an alias for EE, PrefsEditor and ListKeys;
  68.  
  69.       - add these commands to S:User-Startup if you want;
  70.  
  71.   4.  Make sure Amiga E v3.2a is intalled correctly.
  72.  
  73.   5.  Go to town! :)  Don't forget to keep the EE.guide handy!!  You'll need
  74.       to install Amigaguide to read it.
  75.  
  76.   NOTE:  If your keys seem to be doing strange things, you'll need to assign
  77.   your own keys to the "Write Char" function using the PrefsEditor.  See
  78.   EE.guide, for information on usage of the PrefEditor to create a virgin
  79.   prefs file and assign keys.  Follow the links "Customization", "Prefs
  80.   Editor Program", "In General" and read the note at the bottom bottom of
  81.   the link.  To assign keys, etc., read the links under "Customization".
  82.  
  83.  *--------------------------------------------------------------------------*/
  84.